home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / mui / bcc_src.lha / Parser / TransFile.h < prev    next >
C/C++ Source or Header  |  1997-07-11  |  94b  |  11 lines

  1. #include "FParse.h"
  2.  
  3. class TransFile: public FParse
  4. {
  5.  
  6. public:
  7.  
  8.     TransFile( char *name );
  9.  
  10. };
  11.